home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / s / user-startup < prev   
Text File  |  1996-05-20  |  487b  |  22 lines

  1. copy > NIL: SYS:S/RAM.info TO RAM:Disk.info  ; added by MagicWB
  2.  
  3. ;BEGIN MUI
  4. if exists "VCD:MUI"
  5.    assign MUI: "VCD:MUI"
  6.    if exists MUI:Libs
  7.       assign add LIBS: MUI:Libs
  8.    endif
  9.    if exists MUI:Locale
  10.       assign add LOCALE: MUI:Locale
  11.    endif
  12.    version >nil: exec.library 39
  13.    if not warn
  14.       if exists MUI:Docs
  15.          if exists HELP:dummy ; do not remove
  16.          endif                ; this entry!
  17.          assign add HELP: MUI:Docs
  18.       endif
  19.    endif
  20. endif
  21. ;END MUI
  22.